projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d599df
)
Call vc-setup-buffer in vc-git-log-{in,out}going
author
Tom Tromey
<tom@tromey.com>
Sat, 16 Sep 2017 18:30:36 +0000
(12:30 -0600)
committer
Tom Tromey
<tom@tromey.com>
Sun, 17 Sep 2017 03:55:05 +0000
(21:55 -0600)
Bug#28427:
* lisp/vc/vc-git.el (vc-git-log-incoming, vc-git-log-outgoing): Call
vc-setup-buffer.
lisp/vc/vc-git.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc-git.el
b/lisp/vc/vc-git.el
index 095f184ddf165e32b1e8e21335cf9f2870623f2e..9d7a4d49b8b0f9326183c801a753b35ea6b153ec 100644
(file)
--- a/
lisp/vc/vc-git.el
+++ b/
lisp/vc/vc-git.el
@@
-1035,6
+1035,7
@@
If LIMIT is non-nil, show no more than this many entries."
(defun vc-git-log-outgoing (buffer remote-location)
(interactive)
+ (vc-setup-buffer buffer)
(vc-git-command
buffer 'async nil
"log"
@@
-1048,6
+1049,7
@@
If LIMIT is non-nil, show no more than this many entries."
(defun vc-git-log-incoming (buffer remote-location)
(interactive)
+ (vc-setup-buffer buffer)
(vc-git-command nil 0 nil "fetch")
(vc-git-command
buffer 'async nil